StructUpdate(structure, key, value)


Updates the specified key with the specified value. Returns Yes if the function is successful and throws an exception if an error occurs.

See also StructClear, StructDelete, StructFind, StructInsert, StructIsEmpty, StructKeyArray, StructCount, and StructKeyArray.

structure

Structure to be updated.

key

Key whose value is updated.

value

New value.